css
css copied to clipboard
A mostly reasonable approach to CSS and Sass.
I want to translate it into Hindi, for most Indian people who do not understand English properly, how can I do it can someone tell me the stepwise procedure
this: ``` .column { &:before { } border: 1px solid $special-text-color-blue; } ``` or this: ``` .column { border: 1px solid $special-text-color-blue; &:before { } } ```
Couldn't it be useful to have an npm package for this one? :)
Hello, everybody! I have translated this amazing CSS style guide into [Persian](https://github.com/abolfazlchaman/css-style-guide). +added a link to Persian in the translation section of the document.
Turkish translate added
I've found no mention of media-queries here so I've got a question. If I'm using SCSS or PostCSS Nested plugin, does Airbnb styleguide allow to use nested media-queries (media query...
The author of the repository with the Russian translation (@rtplv) transferred it over to me.
Could you please update **stylelint-config-airbnb** package's dependencies, as these include high priority vulnerabilities? ```bash npm audit High Prototype Pollution Package lodash Patched in >=4.17.11 Dependency of stylelint-config-airbnb [dev] Path stylelint-config-airbnb...
I have upgraded Stylelint to 14.0.0 and now it breaks when using the 'stylelint-config-airbnb' config ``` Unknown rule declaration-property-value-blacklist declaration-property-value-blacklist ```