css-crush
css-crush copied to clipboard
CSS preprocessor.
`@import 'intern/';` if a slash is at the end; `glob('intern/*.scss')`
My php file I pass a variable such as: ``` $userTheme = 'blueTheme'; 'vars' => [$userTheme => true] ``` Can't seem to do: ``` @ifset blueTheme { @set mainColor #0000ff;...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Consider the following input: ```less html::after { content: 'full'; display: none; @media (max-width: 1200px) { content: 'wide'; } @media (max-width: 800px) { content: 'medium'; } @media (max-width: 400px) { content:...
This isn't a dealbreaker, but thought I'd ask the question. ```less // avatars .avatar { // overflow: hidden; border-radius: var(--radius-avatar, 100vw); } ``` With Less, this would be output as:...
In Your page-lock.json is at line 140 the node_modules brace-expansion (brace-expansion-1.1.11.) It has minor vulnerabilities https://security.snyk.io/package/npm/brace-expansion ( also github Dependabot told me : Upgrade to ~> 2.0.2 )