直接注入 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://codercto.com/soft/d/4045.html

iGen

iGen

Jean M. Twenge PhD / Atria Books / 2017-8-22 / USD 27.00

A highly readable and entertaining first look at how today’s members of iGen—the children, teens, and young adults born in the mid-1990s and later—are vastly different from their Millennial predecesso......一起来看看 《iGen》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

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

UNIX 时间戳转换