css-architecture
CSS architecture rules
A set of principles and guidelines for managing CSS in complex web projects
8 simple rules for a robust, scalable CSS architecture
3k stars
62 watching
129 forks
last commit: almost 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
kognise/water.css | A CSS framework that provides a lightweight and themable way to enhance the styling of simple websites | 8,330 |
css-modules/css-modules | A project providing support and documentation for CSS modules to help developers write component-scoped CSS without conflicts or global scope issues. | 17,660 |
rstacruz/rscss | A set of guidelines to help developers build maintainable CSS stylesheets | 3,908 |
airbnb/css | A style guide and project template for building maintainable CSS and Sass codebases. | 6,948 |
styled-components/styled-components | A library that provides a set of tools to write styled components using CSS in JavaScript | 40,515 |
gajus/react-css-modules | Automates mapping of CSS class names to unique identifiers in React components | 5,208 |
linkedin/css-blocks | An ergonomic CSS authoring system that compiles to high-performance stylesheets with static analysis and optimization capabilities. | 6,332 |
xz/new.css | A lightweight CSS framework designed for rapid prototyping of simple HTML websites with minimal configuration. | 3,963 |
vercel/styled-jsx | Provides a way to write CSS styles directly in JSX without sacrificing performance or compatibility | 7,715 |
airbnb/react-with-styles-interface-css | Provides an interface for compiling CSS-in-js styles to static CSS classes with deterministic and human-friendly class names. | 32 |
bigcommerce/sass-style-guide | A set of guidelines for writing maintainable and efficient CSS code using Sass, focusing on readability, reusability, and performance. | 282 |
suitcss/suit | A set of tools and modules for styling component-based web applications with CSS. | 3,802 |
davidkadaria/css-style-guide | A comprehensive style guide for CSS written by David Kadaria, providing guidelines and conventions for coding consistency, readability, and maintainability. | 1 |
felipevolpatto/css-style-guide | A comprehensive guide to CSS and Sass best practices for maintaining consistency and readability in web development projects. | 91 |
mgechev/angularjs-style-guide | A community-driven style guide for AngularJS application development | 4,978 |