create-stylesheet

WebJar for create-stylesheet

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

create-stylesheet
Последняя версия

Последняя версия

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

create-stylesheet
WebJar for create-stylesheet
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/mzabriskie/create-stylesheet

Скачать create-stylesheet

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/create-stylesheet/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>create-stylesheet</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/create-stylesheet/
implementation 'org.webjars.npm:create-stylesheet:0.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/create-stylesheet/
implementation ("org.webjars.npm:create-stylesheet:0.3.0")
'org.webjars.npm:create-stylesheet:jar:0.3.0'
<dependency org="org.webjars.npm" name="create-stylesheet" rev="0.3.0">
  <artifact name="create-stylesheet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='create-stylesheet', version='0.3.0')
)
libraryDependencies += "org.webjars.npm" % "create-stylesheet" % "0.3.0"
[org.webjars.npm/create-stylesheet "0.3.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

create-stylesheet build status

Dynamically create a stylesheet

Example

import createStyleSheet from 'create-stylesheet';

let style = createStyleSheet({
  '.foo': {
    fontSize: 12,
    padding: 5
  },
  '.bar': {
    fontSize: 16,
    color: 'grey'
  }
});

document.head.appendChild(style);

Версии библиотеки

Версия
0.3.0