A lightweight CLI tool that quickly generates a modern frontend project setup with structured SCSS, HTML, JavaScript, and automated Gulp tasks. Perfect for developers who want a ready-to-use SCSS architecture, optimized build workflow, and faster web deve
This module is used for automate Icomoon integration with your SCSS project.
LifeMiles scss project
A small yeoman generator for generation a new SCSS project.
A collection of SCSS-specific rules for Stylelint
Pick up your Scss project easily with our pickup truck
Pug/SCSS project starter with live-reload
The recommended shareable SCSS config for Stylelint
The standard shareable SCSS config for Stylelint
SCSS parser for PostCSS
Sorts CSS declarations fast and automatically in a certain order.
an Vue3-Vite-Typescript-Scss project, for build vue3 programe UI
Find the dependencies of an scss file
Sharable stylelint config based on https://sass-guidelin.es/
Ready to use webpack configuration, for React and SCSS project
Webpack loader that resolves relative paths in url() statements based on the original source file
A tokenzier for Sass' SCSS syntax
Concurrent prettier runner
Styles for the Carbon Design System
stylelint config for WordPress development.
```sh ng new --routing --style=scss project-name cd project-name # install southsystem packages npm i @southsystem/styles npm i @southsystem/layout # install fontawsome packages npm i @fortawesome/angular-fontawesome npm i @fortawesome/fontaweso
Concurrent prettier runner [fork to publish Prettier v3 support to npm]
Themes for applying color in the Carbon Design System
This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website.
Kentucky is a class-independent front-end framework built as a standard project starting point.
A rails gem to integrate handyCSS styles to your rails project.
Shared scss-lint rules for SASS projects in GOV.UK
An easy way to use Google's Material Design colors in your Sass/Scss project
Grund ('foundation' in Swedish) generates a couple of SCSS files to start off a new project with.
Adds a task to run rubocop, reek, rails_best_practices and scss lint into your rails project
This extension uses scss syntax and relies on compass. It should be used in a sass project for those who would improve thier button desing. The button is intended only for use centered and will work improperly when pushed against sides of objects.
This are our configuration files for scss-lint, Rubocop and ESLint. If you want to work on project's together with ikusei, please take the time to set up your environment to use these configuration files.
<p>Sass or the much better approach of scss is really helpful and a big silver bullet for my css structuring in ruby projects.</p> \ <p>Standard sass command works for whole directories or single files only. In general it gets the jobs we want done, but in practical usage i think the sass command tool is a little bit unconvinient. A common scenario for me is, \ that you have whole bunch of sass files, which you want to compile to a single compressed output file. But if you have splitted your sass files in component based modules and you want to watch the complete folder you have to care for dependency handling in each file, because each file will be compiled for its own.</p> \ <pre># compiling a complete folder with scss ~ $ sass css/scss:css/compiled</pre> \ <p>So converting the whole folder is not what i want, because i don\'t want to import for example my color.sass config file in each module again. Compiling a single file seems to be the better solution, and it works in general, as expected, but the devil is in the detail. </p> <pre># compiling a single file where the other files are imported. ~ $ sass css/scss/main.scss:css/compiled/main.css</pre> \ <p>If we change a file with impact to our main.sass file, the --watch handle will not get it, because it observes only the timestamp of the given main.sass.</p> <p>Here is it, where mindful_sass tries to help out. You use it according to the single file variant of sass, but it tries to observe the whole folder the given sass file is placed. If a timestamp of file in the sass folder or its children changes it will compile the specified main.sass again.</p> \ <p>This gem is not aimed to replace anything in the sass universe. It is only a wrapper to avoid the described unconvinience, and i hope that it gets useless as fast as possible, because the sass development gets this feature done for themselves.</p> \ <p>Thanks anyway to the sass developer team.</p>
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.