ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

CSS Primer

by vaicine ALL

Converts HTML classes and IDs into CSS

Labels file creation

Details

  • 2013.12.05.23.07.08
  • github.​com
  • github.​com
  • 12 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 7K
  • Win 5K
  • Mac 1K
  • Linux 560
Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

CSS Primer for Sublime Text 2/3

CSS Primer - Converts your HTML file into CSS IDs/Classes and puts them in a stylesheet file ready for your styling

Installation

Sublime Package Control

In the command Pallette choose Package Control: Install Repository and select CSS Primer

Git installation

Clone the repository in your Sublime Text “Packages” directory:

git clone https://github.com/vaicine/sublime-css-primer.git "CSS Primer"

The “Packages” directory is located at:

  • OS X:

    ~/Library/Application Support/Sublime Text %your-sublime-version%/Packages/
    
  • Linux:

    ~/.config/sublime-text-%your-sublime-version%/Packages/
    
  • Windows:

    %APPDATA%/Sublime Text %your-sublime-version%/Packages/
    

In Command Palette:

  • CSSPrimer: Prime CSS from file - prompts for a location to save the output css *