Check Out Our Freshest Recommendation for SMBs & Enterprise - Customer Service Software: https://www.software-folder.com/customer-service-fresh-css/ #sass
Best dicks in a decade when I skip?! I tell myself I don't have this kind of power and influence, but the evidence is so compelling! #phish #sass #deepthoughts
#PSA: if you've been using a custom `rem()` function in #SASS to convert px to rem, version 1.65 is likely to break your code, as it introduces the official #CSS `rem()` function, which returns the remainder of a division.
There are issues open about this, but it seems intended behaviour and the official solution seems to be to rename the custom function to something like `toRem`, which yes, is sadly more annoying to type... 😅
i'm updating a #drupal 8 site to 10 and tumbling through some of the changes in #css #scss #sass class conventions, maybe due to the outdated #radix theme? where underscores are now hyphens and various <div> have appeared and disappeared 😬
is there a standard/programmatic way to update the classes at least? 🤔
#drupal #css #scss #sass #radix
Live compile SASS in VS Code without needing to use a worker. Check out my post at https://jasong.us/3YjVtLG
#sass #sasscompiler #scss #scsscompiler #sasscompile #vscode #vscodetips #vscodetip #designtips #design #dev #devtips #devtip
#sass #sasscompiler #SCSS #scsscompiler #sasscompile #vscode #VSCodeTips #vscodetip #designtips #Design #dev #devtips #devtip
@MaJ1 @evelynefoerster @si_irini @Tim_McTuffty Can't afford the hair? Can't afford the sister.
How screwed are you? Check your service provider. #sass #youarenotthecustomer
Hi there 👋
I am María Morales, Front-End #Engineer from #CanaryIslands , Spain.
I am a Higher Technician in Development of #Web Applications, but I am also Graduated in #SpanishPhilology , specialized in Contemporary #Literature .
★ Languages and tools
#HTML #CSS #JavaScript #Vue #React #SASS #TypeScript #Vite #Vitest #Cypress #Figma #Storybook
★ Also currently learning
#UI/UX #ComputationalLinguistics #SpanishLiterature #English #ModernGreek
#engineer #canaryislands #web #spanishphilology #literature #html #css #javascript #vue #react #sass #typescript #vite #vitest #cypress #figma #storybook #ui #computationallinguistics #spanishliterature #english #moderngreek
So, last night i was able to convert my basic #HTML page on my site, and the styles to #Astro relatively quick. Tonight i’m gonna spend sometime converting the rest of the site and cleaning up the #CSS, potentially converting it to #SASS.
#webdev #webdevelopment #frontend #html #astro #css #sass
I released rsass version 0.28.0!
Mainly it has improved support for `@`-rules. Read all about it: https://rasmus.krats.se/2023/rsass028.en
#blog #opensource #rustlang #sass
En la lección de Media queries he añadido unos Mixins escritos en SASS para lograr unos breakpoints más semánticos.
https://programadorwebvalencia.com/cursos/maquetacion-web/media-queries/
#anuncio #css #sass
なるほどーー #CSS の新しいネスト機能の落とし穴。
:is() に変換されるのも知らなかったけど、メディアクエリーを入れ子にするとこういうふうに解釈されるっていうのはたしかに落とし穴だなー。
#Sass とかと違ってコンパイル後の CSS が目で見えるわけじゃないし、内部の解釈でプロパティの記述順が入れ替わってしまうっていうのは気づきにくそう。
というかそもそも #CSS をネストして書くのは自分は好きじゃないので、使っても最小限だろうけど、一応覚えておこう :tony_normal:
The gotchas of CSS Nesting | Kilian Valkhof
https://kilianvalkhof.com/2023/css-html/the-gotchas-of-css-nesting/
wow I am encountering so many strange #sass things lately.
I have a folder `settings/_index.scss` that @forwards all sorts of settings. One of those things though is `_layer-order.scss`, which just contains a string of @layer names.
I discovered that whenever I am then I'm @using these settings, this layer string just gets printed - even if, say for example, I do `@use '../settings' as settings` and then refer to `settings.$colors`, it still prints the contents of these files.
Isn't that odd?