/css-to-stylus-atom

Atom package which convert your css to stylus.

Primary LanguageJavaScriptMIT LicenseMIT

css-to-stylus

Atom package which converts your CSS to Stylus.

Install

Run in your terminal app:

apm install css-to-stylus

Or install manualy:

⌘+, (or Ctrl-,) → Installcss-to-stylus

Usage

Select the content of a file:

  • Right click > Convert CSS to Stylus
  • Packages > CSS to Stylus > Convert CSS to Stylus
  • ⌘-⌥-o (or ctrl+alt+o)

Note: Files, you're trying to convert, must have .css or .styl extension.

Examples

Example of using package (good)

Example of using package (bad)