Code fast with this awesome css framework.
npm i fastcss
or yarn add fastcss
node_modules/fastcss/scss/_config.scss
@use 'fastcss' with ($config: ...);
Note: Fastcss uses Webpack to build the css, you can use whatever bundler you want as long as it compiles the scss and it understands the new @use at-rule from sass. Check the folowing file to see how the module is imported and compiled with the default config:
node_modules/fastcss/scss/build.scss
Also don’t forget to check the webpack.config.js file.
Check the examples file https://fastcss.org/examples.html.
The contribution guide is on the road. For now, just follow the patterns and submit a PR, any contribution is welcomed.
Fastcss is open-sourced under the MIT license.