Liteweight
🏋️ a lightweight CSS framework
Install / Use
/learn @mattxwang/LiteweightREADME
liteweight
liteweight is a really small CSS framework I made to help teach basic HTML, CSS, and maybe some SASS. It promotes clean, responsive design, but also is in no means perfect. It's just here to be small and educational. If you've got any pointers or bug fixes, PR's and forks are fully welcome.
File Structure
Here's a general idea of each of the important files:
| File Name | Description |
|-----------|-------------|
| dist/ | The folder that contains final distribution files, in .css and .min.css format |
| liteweight.scss | The SCSS file that compiles into liteweight.css. |
| liteweight-*.scss | Theme SCSS files that compile into theme/liteweight-*.css. These are just some example themes; make your own! |
| liteweight/* | Individual components of liteweight, such as variables, buttons, and cards. |
| theme/* | Theme support components, such as variable and component overrides. |
Development
We use Grunt to help us develop things!
First, we need to install our dependencies, using npm.
$ git clone https://github.com/malsf21/liteweight.git
$ cd liteweight
$ npm install
Then, to compile liteweight.scss into some awesome, nicely minified code, run our npm run build command. This basically runs grunt (but might do more later).
$ npm run build
And now your code is nicely packaged in dist/! Awesome!
Related Skills
taskflow
349.0kname: taskflow description: Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layer
claude-opus-4-5-migration
109.4kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Agent Development
109.4kThis skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
