Tag

scss

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 14, 2024 · Frontend Development

Creating a Glitch Clock Effect with CSS Using clip-path and Animations

This tutorial explains how to build a glitch‑style clock animation in CSS by leveraging clip‑path, keyframe animations, random SCSS functions, and layered pseudo‑elements to achieve flickering, distortion, and color‑shift effects.

CSSFrontendGlitch Effect
0 likes · 8 min read
Creating a Glitch Clock Effect with CSS Using clip-path and Animations
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 20, 2024 · Frontend Development

Less vs SCSS: Features, Differences, and Use Cases

An in‑depth comparison of Less and SCSS explores their syntax, features, compilation environments, community support, and ideal use cases, providing code examples and guidance to help developers choose the most suitable CSS preprocessor for projects ranging from small sites to large‑scale applications.

CSS PreprocessorFrontend DevelopmentStyling
0 likes · 7 min read
Less vs SCSS: Features, Differences, and Use Cases
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 8, 2023 · Frontend Development

Using Web Workers to Compile SCSS in a Frontend Application

This article explains how to off‑load SCSS‑to‑CSS compilation to a Web Worker in a React‑based frontend, providing code examples for the worker script, the main thread integration, and demonstrating the performance benefits of keeping the UI responsive during heavy processing.

Code CompilationFrontendJavaScript
0 likes · 7 min read
Using Web Workers to Compile SCSS in a Frontend Application
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 14, 2022 · Frontend Development

CSS Architecture in Element Plus: OOCSS, BEM, and SCSS Implementation

This article explains how Element Plus applies CSS architecture concepts such as OOCSS and BEM, demonstrates generating BEM class names with JavaScript hooks and SCSS mixins, and compares the approach with classic ITCSS layering to improve maintainability and scalability of front‑end styles.

BEMCSSDesign Patterns
0 likes · 21 min read
CSS Architecture in Element Plus: OOCSS, BEM, and SCSS Implementation
政采云技术
政采云技术
Feb 8, 2022 · Frontend Development

Implementing One‑Click Theme Switching with SCSS in a Vue Project

This article explains how to build a one‑click skin‑changing system for a Vue application by defining SCSS variables, creating theme maps, configuring webpack and vue.config.js to inject global styles, and using both CSS custom properties and advanced SCSS features such as loops, maps, and mixins to dynamically switch colors, fonts, and sizes.

CSS variablesFrontend DevelopmentVue
0 likes · 13 min read
Implementing One‑Click Theme Switching with SCSS in a Vue Project
ByteFE
ByteFE
Nov 10, 2021 · Frontend Development

Creating a CSS‑Only Animated Orange Cat with Vite and SCSS

This tutorial demonstrates how to build a playful orange‑cat mood‑changing animation using Vite and SCSS, relying solely on HTML and CSS (including variables, pseudo‑elements, transitions, and keyframe animations) without any JavaScript, and explains each step from project setup to final interactive effect.

CSSHTMLVite
0 likes · 9 min read
Creating a CSS‑Only Animated Orange Cat with Vite and SCSS
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Oct 10, 2019 · Frontend Development

Mastering CSS Class Naming: From Chaos to BEM and Beyond

This article explores the challenges of CSS class naming, reviews the evolution from chaotic early practices through atomic and modular approaches, explains BEM conventions, and provides practical rules and code examples for creating clear, maintainable class structures in modern front‑end development.

BEMCSSFrontend
0 likes · 15 min read
Mastering CSS Class Naming: From Chaos to BEM and Beyond
Qunar Tech Salon
Qunar Tech Salon
Jan 4, 2019 · Frontend Development

Advanced Sass Techniques: Mixins, %placeholder Selectors, and ES6‑like Features

This article explores advanced Sass techniques, comparing mixins and %placeholder selectors, demonstrating best and bad practices, and highlighting ES6‑like features such as interpolation, rest parameters, and @each loops, with code examples to help frontend developers write more efficient and maintainable stylesheets.

CSSFrontendMixin
0 likes · 8 min read
Advanced Sass Techniques: Mixins, %placeholder Selectors, and ES6‑like Features
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 27, 2017 · Frontend Development

Create Stunning Wave Effects with Pure CSS, SVG, and Canvas

This article explains why pure CSS wave effects are challenging, demonstrates how to achieve them using SVG and Canvas, and then provides a step‑by‑step pure‑CSS technique—including border‑radius tricks, animations, and SCSS code—to build wave backgrounds and progress charts.

CSSCanvasFrontend
0 likes · 7 min read
Create Stunning Wave Effects with Pure CSS, SVG, and Canvas
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 5, 2017 · Frontend Development

Mastering CSS conic-gradient: From Basics to Stunning Visual Effects

Explore the CSS conic-gradient function in depth—its syntax, differences from linear and radial gradients, practical examples like color wheels, pie charts, animated backgrounds, and polyfill support—while learning how to combine percentages, background-size, and blend modes to create dynamic, cross-browser visual designs.

CSSFrontendanimation
0 likes · 10 min read
Mastering CSS conic-gradient: From Basics to Stunning Visual Effects
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 29, 2016 · Frontend Development

Master Mobile Form UI: Clickable Inputs, Icons, and SCSS Techniques

This tutorial walks through building a mobile-friendly form component with clickable input areas, interactive right‑arrow icons, error‑handling icons, a fake search box, and a custom range slider, showcasing HTML structure, SCSS flex layout, and reusable code snippets.

Frontendflexboxform design
0 likes · 5 min read
Master Mobile Form UI: Clickable Inputs, Icons, and SCSS Techniques
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 28, 2016 · Frontend Development

Mastering Enter/Exit Animations with Sandal SCSS Mixins and ES6

This tutorial explains how to implement enter and exit animations using Sandal's SCSS mixins and an ES6 JavaScript class, covering mixin usage, generated CSS, customizable parameters, and practical usage examples for seamless UI effects.

AnimationsCSSFrontend
0 likes · 6 min read
Mastering Enter/Exit Animations with Sandal SCSS Mixins and ES6
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 14, 2016 · Frontend Development

Master Mobile Line-List UI: Step‑by‑Step SCSS & HTML Guide

This tutorial walks through building a versatile mobile line‑list component with retina‑level 1px borders, full‑row click handling, arrow navigation, and selectable modes, providing complete HTML structures, SCSS snippets, and practical implementation tips for modern front‑end development.

CSSFrontendline list
0 likes · 8 min read
Master Mobile Line-List UI: Step‑by‑Step SCSS & HTML Guide