GithubHelp home page GithubHelp logo

jstransformers / jstransformer-stylecow Goto Github PK

View Code? Open in Web Editor NEW
0.0 5.0 1.0 56 KB

Stylecow support for JSTransformers.

Home Page: http://npm.im/jstransformer-stylecow

License: MIT License

JavaScript 94.67% CSS 5.33%

jstransformer-stylecow's Introduction

jstransformer-stylecow

Stylecow support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-stylecow

API

var stylecow = require('jstransformer')(require('jstransformer-stylecow'))

stylecow.render('p {\
  --myColor: blue;\
  background-color: var(--myColor);\
}').body
//=> Compiled CSS

License

MIT

jstransformer-stylecow's People

Contributors

calebeby avatar forbeslindesay avatar greenkeeper[bot] avatar greenkeeperio-bot avatar hemanth avatar oscarotero avatar robloach avatar timothygu avatar tunnckocore avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

stylecow

jstransformer-stylecow's Issues

An in-range update of test-jstransformer is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency test-jstransformer was updated from 1.0.3 to 1.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

test-jstransformer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 13 commits.

  • 2723095 Merge pull request #46 from jstransformers/update
  • 70c2ea4 Update coverage with nyc
  • a0ffefe Merge pull request #42 from YasharF/master
  • e1312b4 Merge pull request #43 from YasharF/patch-1
  • cb1b686 Merge pull request #44 from YasharF/patch-2
  • 2f5ed58 fix: Use current versions of NodeJS for builds
  • 79edecc fix: david-dm badge
  • fa8f33a Migrate from istanbul to nyc
  • e18ae8a Merge pull request #41 from jstransformers/travis
  • 2d56348 Update travis
  • 17096c3 Fix xo
  • 7393c7e Merge pull request #39 from jstransformers/greenkeeper/foreground-child-2.0.0
  • 80a9c6b fix(package): update foreground-child to version 2.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of xo is breaking the build 🚨

Version 0.21.1 of xo was just published.

Branch Build failing 🚨
Dependency xo
Current Version 0.21.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

xo is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v0.21.1

Fix space/useTabs conflict message with Prettier. 36f7f38

Commits

The new version differs by 3 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of xo is breaking the build 🚨

The devDependency xo was updated from 0.24.0 to 0.25.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

xo is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 27 commits.

  • 1c8e762 0.25.0
  • 042b726 Disable some problematic rules
  • 97e32b9 Upgrade dependencies
  • 5cde9aa Fix lint test error on Windows (#401)
  • f6bf4c0 Respect .eslintignore (#377)
  • 05c30e2 Disable the unicorn/prevent-abbreviations rule temporarily
  • 97aa2b0 Upgrade dependencies
  • ee145cb Disable the import/named rule for now
  • 03daca9 Minor code refactor (#397)
  • d09f87c Readme tweaks
  • c55f962 Make the unicorn/prevent-abbreviations rule less strict
  • 8a213ef Require Node.js 8
  • 4f50816 Lint fixes
  • 8d6c5c5 Add option to import/no-useless-path-segments rule
  • 77e9e93 Update eslint-plugin-unicorn

There are 27 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of xo is breaking the build 🚨

The devDependency xo was updated from 0.25.4 to 0.26.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

xo is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v0.26.0

Breaking

  • Require Node.js 10 d7fa875
  • Move $ xo --init to $ npm init xo 6463dfe

New rules

20 new rules πŸ‘Œ

ESLint
Unicorn
Other

Enhancements

Fixes

  • Fix compatibility with being run in a child process (#405) 08af7c1

v0.25.3...v0.26.0

Commits

The new version differs by 10 commits ahead by 10, behind by 2.

  • c2bb1bf 0.26.0
  • eb5ea2c Set the es2020 environment by default
  • 08af7c1 Fix compatibility with being run in a child process (#405)
  • d7fa875 Require Node.js 10
  • ab3e01a Temporarily disable the import/order rule
  • c50eaf0 Add some overrides to unicorn/prevent-abbreviations
  • e8c43d2 Replace destructing import with one-by-one import (#417)
  • 5cddaec Replace singular Lodash packages with the main one (#413)
  • 1fdc2f9 Fix Node.js range for prefer-object-spread rule (#408)
  • 6463dfe Move xo --init to npm init xo

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.