Tag

Less

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 24, 2024 · Frontend Development

Engineering a Tampermonkey Script with Vite, Less, and Hot‑Reload

This article details how to transform an outdated internal bug‑tracking web page by creating a Tampermonkey userscript, setting up a Vite‑based development environment, integrating Less preprocessing, automating script generation with nodemon, and achieving hot‑reload functionality for seamless updates.

Build ToolsLessTampermonkey
0 likes · 15 min read
Engineering a Tampermonkey Script with Vite, Less, and Hot‑Reload
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 DevelopmentLess
0 likes · 7 min read
Less vs SCSS: Features, Differences, and Use Cases
Efficient Ops
Efficient Ops
Jan 27, 2022 · Operations

Master Real-Time Log Monitoring on Linux with Tail, Multitail, Lnav & Less

Learn how to instantly watch and follow log files on Linux using tools like tail, tailf, tail -F, multitail, lnav, and less, with installation tips, command options, and practical examples for both single and multiple log streams.

LessLog MonitoringOperations
0 likes · 6 min read
Master Real-Time Log Monitoring on Linux with Tail, Multitail, Lnav & Less
Efficient Ops
Efficient Ops
Oct 27, 2021 · Operations

Master Real-Time Log Monitoring on Linux with Tail, Multitail, Lnav & Less

This guide explains how to monitor Linux log files in real time using commands such as tail (with -f, -F, and -n options), tailf, multitail, lnav, and less, including installation steps and example usages for Apache logs.

LessLog Monitoringlinux
0 likes · 5 min read
Master Real-Time Log Monitoring on Linux with Tail, Multitail, Lnav & Less
Xueersi 1-on-1 Technology Team
Xueersi 1-on-1 Technology Team
Oct 14, 2021 · Frontend Development

Mastering Theme Switching: 8 Proven Methods to Implement Dark/Light Modes in Web Apps

This article explores eight practical techniques for implementing theme switching in web applications—including class toggling, stylesheet swapping, CSS variables, alternate rel links, Less modifyVars, Ant Design/Vant custom themes, Element‑UI dynamic theming, and JSS—detailing code snippets, advantages, and limitations of each approach.

CSSCSS variablesJSS
0 likes · 11 min read
Mastering Theme Switching: 8 Proven Methods to Implement Dark/Light Modes in Web Apps
ByteDance ADFE Team
ByteDance ADFE Team
Jul 21, 2021 · Frontend Development

Introducing OKee Mobile: An Open‑Source Vue Mobile Component Library with Theming Capabilities

The article presents OKee Mobile, an open‑source Vue‑based mobile component library that offers 36 customizable components, a comprehensive design‑token system, compile‑time and runtime theming via Less variables, and detailed code examples for developers seeking a flexible UI solution for both ToC and ToB scenarios.

LessVuecomponent library
0 likes · 7 min read
Introducing OKee Mobile: An Open‑Source Vue Mobile Component Library with Theming Capabilities
ByteFE
ByteFE
May 23, 2021 · Frontend Development

How to Create a Rotating 3D Coin Animation with CSS3, LESS and React

This article explains how to build a rotating 3D coin effect for a web page using CSS3 animations, @keyframes, LESS variables and loops, and a React component that generates the coin's faces and edges, providing a visual cue to attract users to an activity.

3DCSS3Less
0 likes · 10 min read
How to Create a Rotating 3D Coin Animation with CSS3, LESS and React
DevOps
DevOps
Mar 25, 2021 · R&D Management

Understanding LeSS: Origin, Principles, Framework, and Implementation Strategies

This article provides a comprehensive overview of Large‑Scale Scrum (LeSS), covering its history, core principles, the LeSS and LeSS Huge frameworks, practical launch strategies, and a comparison with SAFe to help organizations adopt scalable agile practices.

Agile ScalingLarge-Scale ScrumLess
0 likes · 13 min read
Understanding LeSS: Origin, Principles, Framework, and Implementation Strategies
Efficient Ops
Efficient Ops
Dec 23, 2019 · Operations

Master Real-Time Log Monitoring on Linux with tail, multitail, lnav & less

This guide explains how to monitor Linux log files in real time using commands such as tail (with -f, -F, and -n options), tailf, multitail, lnav, and less, including installation instructions for various distributions and examples for Apache logs.

LessLog Monitoringlinux
0 likes · 5 min read
Master Real-Time Log Monitoring on Linux with tail, multitail, lnav & less
Efficient Ops
Efficient Ops
Nov 10, 2019 · Operations

Master Real-Time Log Monitoring on Linux with tail, multitail, lnav & less

Learn how to monitor Linux log files in real time using built‑in tools like tail, tailf, and tail ‑F, as well as advanced utilities such as multitail, lnav, and less, with command examples for Apache access logs and tips for handling rotated logs.

LessLog Monitoringlinux
0 likes · 5 min read
Master Real-Time Log Monitoring on Linux with tail, multitail, lnav & less
Qunar Tech Salon
Qunar Tech Salon
Mar 8, 2019 · Frontend Development

Introduction to PostCSS and Developing Custom Plugins

This article introduces PostCSS, explains its role in transforming CSS via JavaScript plugins, demonstrates how to integrate it with tools like Webpack and its JavaScript API, and provides a step‑by‑step guide for creating a simple PostCSS plugin that doubles pixel values, including handling of Less syntax.

CSSJavaScriptLess
0 likes · 8 min read
Introduction to PostCSS and Developing Custom Plugins