All Projects → whatwedo → sublime-text-compass

whatwedo / sublime-text-compass

Licence: other
Compass Build System for Sublime Text

Programming Languages

shell
77523 projects
Batchfile
5799 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sublime-text-compass

sublime-import-helper
A Sublime Text Plugin that helps you to import your modules.
Stars: ✭ 69 (+35.29%)
Mutual labels:  sublime-package
jackblog-angular1
jackblog angular1.x 版
Stars: ✭ 34 (-33.33%)
Mutual labels:  compass
sublime-jsx
Simple Sublime Text 3 JSX implementation
Stars: ✭ 24 (-52.94%)
Mutual labels:  sublime-package
diwako dui
A UI showing unit positions and names of units in your squad
Stars: ✭ 39 (-23.53%)
Mutual labels:  compass
charts
Curated kubernetes helm charts with well-defined structures
Stars: ✭ 24 (-52.94%)
Mutual labels:  compass
zephir-sublime
Sublime Text syntax highlighting for for Zephir
Stars: ✭ 41 (-19.61%)
Mutual labels:  sublime-package
ios logger
Application for camera and sensor data logging (iOS)
Stars: ✭ 60 (+17.65%)
Mutual labels:  compass
Positional
An elegant and colorful location information app for Android with Compass, Clock, Level, Sun, Moon, Trail Marker and many other features.
Stars: ✭ 72 (+41.18%)
Mutual labels:  compass
SublimeDiscordRP
📄 Discord rich presence for Sublime Text
Stars: ✭ 123 (+141.18%)
Mutual labels:  sublime-package
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (-3.92%)
Mutual labels:  sublime-package
sublime-commands
Adds all default commands to the command pallet
Stars: ✭ 18 (-64.71%)
Mutual labels:  sublime-package
node-sass-asset-functions
Node SASS Asset functions
Stars: ✭ 45 (-11.76%)
Mutual labels:  compass
Assembly-Syntax-Definition
This is the greatest syntax definition of All Time
Stars: ✭ 23 (-54.9%)
Mutual labels:  sublime-package
OBComapssView
A sample project for finding the Qiblah direction in iOS swift
Stars: ✭ 14 (-72.55%)
Mutual labels:  compass
Compass
Compass on Android
Stars: ✭ 47 (-7.84%)
Mutual labels:  compass
Sublime-uroboroSQL-formatter
Beautiful SQL Formatter for Sublime Text 3
Stars: ✭ 25 (-50.98%)
Mutual labels:  sublime-package
mongosh
The MongoDB Shell
Stars: ✭ 215 (+321.57%)
Mutual labels:  compass
compass-react-native-expo
A simple compass app built with expo & react-native. Non-expo version - https://github.com/rahulhaque/compass-react-native
Stars: ✭ 37 (-27.45%)
Mutual labels:  compass
AFileIcon
Sublime Text File-Specific Icons for Improved Visual Grepping
Stars: ✭ 192 (+276.47%)
Mutual labels:  sublime-package
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (-45.1%)
Mutual labels:  sublime-package

Compass Build System for Sublime Text

Works with Sublime Text 2 and Sublime Text 3.

Adds a Build System for Compass Watch when opening SASS Files. (Sublime-Text-2-SASS-Package or similar SASS Package needed).

Create a project and place the Sublime Text Project file in your project's folder root. Example: yourproject/project.sublime-project

A Sublime Text Project File in the root of your project is necessary.

PREREQUISITES

Ruby and the Compass Gem have to be installed. Important: This package is not going to add syntax highlighting for SCSS/SASS.

INSTALLATION

With Package Control plugin

I recommend this method If you want the Compass Build System always up-to-date.

  1. Install the Package Control Plugin for Sublime Text 2 or 3. Follow the instructions and restart Sublime Text.
  2. Use Preferences > Package Control or Command+Shift+P (OS X) / Control+Shift+P (Linux/Windows) and select "Package Control: Install Package". Wait while repositories are loading.
  3. When the command form appears type "Compass" and you'll find the Compass Build System. Select to install.

Package Control

Build

Open one of your .sass files and press CTRL + B (or Tools > Build). If you have more than one Build System that is able to compile SASS, change the Build System to Compass under Tools > Build.

Troubleshoot

How to configure Compass build with rbenv in Sublime Text 2?

See topic on Stackoverflow

Sprite mixins from Compass don't work. What can I do?

You'll have to edit the sprite importer from Compass. Take a look at the issue and the original fix in the Compass repository.

Error folder was unexpected at this time

This is a Windows only issue and means, you have special chars in your project path. To get it working, remove special chars in your folder names. There mustn't be any single special char in the whole path down to the project. See support thread, #59.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].