All Projects â†’ stormwarning â†’ Stylelint Config Recess Order

stormwarning / Stylelint Config Recess Order

Licence: isc
🗂ī¸ Recess-based property sort order for Stylelint.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Stylelint Config Recess Order

Mvfsillva
My personal website
Stars: ✭ 13 (-90.23%)
Mutual labels:  stylelint
Stylelint Declaration Block No Ignored Properties
Disallow property values that are ignored due to another property value in the same rule.
Stars: ✭ 65 (-51.13%)
Mutual labels:  stylelint
Postcss Less
PostCSS Syntax for parsing LESS
Stars: ✭ 93 (-30.08%)
Mutual labels:  stylelint
Stylelint Module
Stylelint module for Nuxt.js
Stars: ✭ 32 (-75.94%)
Mutual labels:  stylelint
Webpack Es6 Sass Setup
A basic setup for Webpack with ES6, Babel, Sass and stylelint
Stars: ✭ 63 (-52.63%)
Mutual labels:  stylelint
Lint Staged
đŸšĢ💩 — Run linters on git staged files
Stars: ✭ 9,492 (+7036.84%)
Mutual labels:  stylelint
React Mobx React Router Boilerplate
A simple boilerplate based on create-react-app and add mobx, react-router, linter, prettier and so on. 一ä¸ĒįŽ€å•įš„ react č„šæ‰‹æžļ䞝čĩ–äēŽ create-react-app 新åĸžäē† mobx react-router,linter,prettier į­‰ã€‚
Stars: ✭ 12 (-90.98%)
Mutual labels:  stylelint
Frasco
Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, ESLint, imagemin, Browsersync, etc.
Stars: ✭ 123 (-7.52%)
Mutual labels:  stylelint
Stylelint Validator
Stylelint plugin to validate CSS syntax
Stars: ✭ 64 (-51.88%)
Mutual labels:  stylelint
Stylelint Config Css Modules
CSS modules shareable config for stylelint
Stars: ✭ 78 (-41.35%)
Mutual labels:  stylelint
Generator Dhboilerplate
Boilerplate made by David Hellmann
Stars: ✭ 54 (-59.4%)
Mutual labels:  stylelint
Flake8
The official GitHub mirror of https://gitlab.com/pycqa/flake8
Stars: ✭ 1,112 (+736.09%)
Mutual labels:  stylelint
Stylelint Rscss
Validate CSS with RSCSS conventions
Stars: ✭ 72 (-45.86%)
Mutual labels:  stylelint
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-84.96%)
Mutual labels:  stylelint
React Typescript Webpack2 Cssmodules Postcss
Simple Starter Template for React, TypeScript, postCSS, ITCSS, CSS-Modules, Webpack and Live Reloading (React Hot Loader 3)
Stars: ✭ 117 (-12.03%)
Mutual labels:  stylelint
Stylelint No Browser Hacks
Stylelint plugin for stylehacks linting
Stars: ✭ 12 (-90.98%)
Mutual labels:  stylelint
Bathe
The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, Eslint, imagemin, Browsersync, etc.
Stars: ✭ 65 (-51.13%)
Mutual labels:  stylelint
Barebones
A barebones boilerplate for getting started on a bespoke front end.
Stars: ✭ 127 (-4.51%)
Mutual labels:  stylelint
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+1127.82%)
Mutual labels:  stylelint
Stylelint Config Suitcss
SUIT CSS config for stylelint
Stars: ✭ 73 (-45.11%)
Mutual labels:  stylelint

Recess* Property Order StyleLint

npm version npm downloads dependency status build status github issues

A Stylelint config that sorts CSS properties the way Recess did and Bootstrap did/does.

*With some modifications & additions for modern properties.

Usage

  1. Add stylelint and this package to your project:
    npm install --save-dev stylelint stylelint-config-recess-order
    
  2. Configure your stylelint configuration file to extend this package:
    {
      "extends": "stylelint-config-recess-order",
      "rules": {
        // Add overrides and additional rules here
      }
    }
    

References

@mdo on CSS Property Order

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].