直接注入 CSS DICSS

码农软件 · 软件分类 · CSS框架 · 2019-04-21 08:12:20

软件介绍

DICSS = Directly injected CSS

忘记 SASS 和 LESS CSS 吧,DICSS 就足够了。DICSS 就是 JavaScript,你直接在 JavaScript 中编写 CSS 样式并编译成最终网页上需要的。

示例代码:

DICSS.putIn('body', 'margin: 0');
DICSS.putIn('p', {
    "height": "100%",
    "width": "100%",
    "&.protection": {
        "border": "solid 1px transparent"
    },
    "a": {
        "color": "#fff"
    }
});

本文地址:https://www.codercto.com/soft/d/4045.html

How to Design Programs

How to Design Programs

Matthias Felleisen、Robert Bruce Findler、Matthew Flatt、Shriram Krishnamurthi / The MIT Press / 2001-2-12 / 71.00美元

This introduction to programming places computer science in the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process. This approach fosters a var......一起来看看 《How to Design Programs》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换