Skip to content

mzw11112008/est

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

est (ECOM Styling Toolkit)

From Middle English este, from Old English ēst (“will, consent, favour, grace, liberality, munificence, bounty, kindness, love, good pleasure, harmony, liberal gifts, luxuries”)

est 是一个基于 LESS 的样式工具库,帮助您更轻松地书写 LESS 代码。

est 提供了一系列方便快捷的 mixin,只在调用时才输出代码。est 不希望提供直接给 HTML 调用的类名,用「样式类」污染 HTML 代码的语义。当然您也可以根据自己的项目需求基于 est 搭建样式类库,提供类名接口来进行快速开发。

快速开始

下载最新稳定版本: .zip.tar.gz

或clone最新稳定版:

$ git clone https://github.com/ecomfe/est.git

在 LESS 代码中引用、配置。

// quick import
@import 'est/src/all.less';

// override global variables
@support-old-ie: false;
@default-font-size: 14px;

// ...your own awesome less code starts here...

文档