#lesscss 搜索结果

未找到 "#lesscss" 的结果

Day 10 - Declutter your code, speed up your site. Minifying CSS and JavaScript removes unnecessary characters, slashing load times instantly. If you haven't done this, you're leaving performance on the table! Non-negotiable? We think so. #Minification #CSS #JavaScript


Less noise, more clarity. Fewer faces, deeper connections. No performative living, just quiet contentment. Subtract to multiply. Keeping the minimalist lowercase style with only line-start capitals as requested


I removed 1,448 lines of custom LESS code and replaced it with TailwindCSS classes... and my bundle size increase by +1.27 kB Insignificant, but surprising outcome, I was expecting the bundle size to come down, not go up

reyronald's tweet image. I removed 1,448 lines of custom LESS code and replaced it with TailwindCSS classes... and my bundle size increase by +1.27 kB

Insignificant, but surprising outcome, I was expecting the bundle size to come down, not go up
reyronald's tweet image. I removed 1,448 lines of custom LESS code and replaced it with TailwindCSS classes... and my bundle size increase by +1.27 kB

Insignificant, but surprising outcome, I was expecting the bundle size to come down, not go up
reyronald's tweet image. I removed 1,448 lines of custom LESS code and replaced it with TailwindCSS classes... and my bundle size increase by +1.27 kB

Insignificant, but surprising outcome, I was expecting the bundle size to come down, not go up

Less is more Recommending everyone to try this and watch your quality of life skyrocket

thebeautyofsaas's tweet image. Less is more

Recommending everyone to try this and watch your quality of life skyrocket

The best way to ruin peace of mind is to start accumulating stuff. Every item you own takes up a piece of headspace whether you know it or not. The things you own end up owning you

NoahRyanCo's tweet image. The best way to ruin peace of mind is to start accumulating stuff. 

Every item you own takes up a piece of headspace whether you know it or not. 

The things you own end up owning you


CSS lets you add styling to your webpages so they look good. But sometimes CSS can slow things down - so you'll want to optimize it when you can. In this guide, @ophyboamah discusses the DRY principle, using shallow CSS selectors, & other helpful tips. freecodecamp.org/news/how-to-op…


そろそろSassとはさよなら、Sassの便利な機能がネイティブのCSSでどんどん使用できるようになっています coliss.com/articles/build…

colisscom's tweet image. そろそろSassとはさよなら、Sassの便利な機能がネイティブのCSSでどんどん使用できるようになっています

coliss.com/articles/build…

CSS lets you add styling to your webpages so they look sharp. But sometimes CSS can slow things down - so you'll want to optimize it when you can. In this guide, @ophyboamah discusses the DRY principle, using shallow CSS selectors, & other helpful tips. freecodecamp.org/news/how-to-op…


Just mastered the art of Less's Nested Rules! It's like having a personal organizer for my CSS, structuring styles neatly. 🗂️💻 Any fellow devs have a favorite Less feature or a "mastered it" moment to share? Let's inspire each other! #WebDevelopment #CodingCommunity #LessCSS


CSS Preprocessors: To write more maintainable and modular CSS, consider using preprocessors like Sass (@SassCSS) or Less (#lesscss). They offer powerful features like variables, mixins, and nesting, making your stylesheets cleaner and more efficient.


#webdev 5 CSS one-liners to reduce time spent styling (Thread🧵)

G3rgoPasztor's tweet image. #webdev

5 CSS one-liners to reduce time spent styling

(Thread🧵)

Etymologically, the word LESS and the suffix –LESS are unrelated. LESS comes from an ancient Germanic root meaning small, while –LESS is from a different root meaning devoid. LESS is related to LEAST, and –LESS is related to LOOSE—but the two are not related to one another.


Are you using #lesscss? If so, my @pluralsight course might help: "Less: Getting Started" shawnw.me/2NuppDP

ShawnWildermuth's tweet image. Are you using #lesscss? If so, my @pluralsight course might help: 

"Less: Getting Started"
shawnw.me/2NuppDP

🎉 Today my team is launching Learn CSS! A free course that guides you through CSS fundamentals + some advanced techniques Use the modules as reference or go through the entire set in order, w/demos, diagrams, and check-ins to test your comprehension 😎 web.dev/learnCSS

⭐ Want to level up your web styling expertise? This course breaks down the fundamentals of CSS into digestible, easy to understand pieces. Learn the Core aspects of CSS and how to use them. Get started → goo.gle/3hz3eKj



1/3 Gonna be careful with #CSS and #LessCSS next time. I just saw one css module with the style for the paragraph with p { font-size: font-unit -2px; } (font-unit is a variable that equals to 20px) Can you spot the issue?


My 1st npm package is live on npm 🎉🎉 Oh my less-css-helper-library v1.0.1 🤗 Dead happy! npm link: npmjs.com/package/@code-… Github repo link: github.com/code-collabo/l… Part of @code_collabo's projects. Contributions welcome 🤝 #NodeJS #lesscss #CSS3 #WomenWhoCode #womenintech

obiagba_mary's tweet image. My 1st npm package is live on npm 🎉🎉
Oh my less-css-helper-library v1.0.1 🤗
Dead happy! 

npm link:
npmjs.com/package/@code-…

Github repo link:
github.com/code-collabo/l…

Part of @code_collabo's projects. Contributions welcome 🤝

#NodeJS #lesscss #CSS3 #WomenWhoCode #womenintech

Some lightweight CSS frameworks you can try for a quick project👇 🔹Pure 🔸Picnic CSS 🔹Chota 🔸Wing 🔹Milligram 🔸MUI 🔹Base 🔸Spectre 🔹Skeleton


I might have written a prototype for a truly zero runtime CSS-in-JS library⚡️ - ✅ Extract CSS (like the others duh!) - 🚀 Remove CSS-in-JS function call overhead - 🙌 Leads to way smaller code Essentially it converts styled elements straight up DOM nodes.

marvinhagemeist's tweet image. I might have written a prototype for a truly zero runtime CSS-in-JS library⚡️

- ✅ Extract CSS (like the others duh!)
- 🚀 Remove CSS-in-JS function call overhead
- 🙌 Leads to way smaller code

Essentially it converts styled elements straight up DOM nodes.
marvinhagemeist's tweet image. I might have written a prototype for a truly zero runtime CSS-in-JS library⚡️

- ✅ Extract CSS (like the others duh!)
- 🚀 Remove CSS-in-JS function call overhead
- 🙌 Leads to way smaller code

Essentially it converts styled elements straight up DOM nodes.

Testing out @parceljs tonight, so I linked a .less file in my HTML to see what would happen. Parcel detected the extension, installed LESS compiler, compiled the file, ran it through PosCSS and re-linked the generated CSS file. Wow. All with 0 configuration.


Frankly, never been a fan of utility-first CSS / atomic CSS, but the result it remarkable. “How I dropped 250KB of dead CSS weight with PurgeCSS.” ↬ Case study medium.freecodecamp.org/how-i-dropped-… ↬ Purgecss purgecss.com

smashingmag's tweet image. Frankly, never been a fan of utility-first CSS / atomic CSS, but the result it remarkable. “How I dropped 250KB of dead CSS weight with PurgeCSS.”

↬ Case study
medium.freecodecamp.org/how-i-dropped-…

↬ Purgecss
purgecss.com

未找到 "#lesscss" 的结果
Loading...

Something went wrong.


Something went wrong.


United States Trends