GithubHelp home page GithubHelp logo

p233 / emmet-css-snippets-for-sublime-text-2 Goto Github PK

View Code? Open in Web Editor NEW
81.0 11.0 15.0 1.19 MB

Emmet CSS completions for Sublime Text

Home Page: http://p233.github.com/Emmet-Css-Snippets-for-Sublime-Text-2/

emmet-css-snippets-for-sublime-text-2's People

Contributors

p233 avatar rjv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

emmet-css-snippets-for-sublime-text-2's Issues

CSS color definitions

In pure emmet you can use c#ef [tab] to define color: #efefef. In this plugin you changed the shortcut to col. However col#ef [tab] does not works.

Duplicate snippets if emmet installed

How to disable the css snippets added by emmet to use only the ones added by Emmet Css Snippets?

Because at the moment, as exemple, when i do bdrs sublime text present me two results: border-right-style and border-radius.

Pseudo elements doesn't support SCSS syntax?

Unless I'm missing something, snippets of pseudo elements like before, after, active etc. use SASS syntax, e.g. typing be gives this:

:before
    content: "";
    /* style */

Is there a way to support SCSS syntax as well without having to manually duplicate/correct all snippets?

Css declarations end in a colon versus a semicolon.

Not sure why, but for some reason emmett css is adding a colon after my css declarations.

It could be because I'm using code intel as well, not sure.

But if I type:

float: left;

It will autocomplete and end with a : instead of ;

Autocomplete with colon doesnt work!

if i enter "pos" it shows proper suggestions. However, once I enter colon ":" like so "pos:" suggestions disappear. Any ideas?

I'm using Sublime Text 3 on Windows 8.1

Missing ; for Sass completions

For all scss auto-completions, I'm missing the ';' at the end.

e.g. -> fl:l -> float: left -> no ';' at the end.

I have uninstalled and re-installed your package

CSS and SASS

Why you have separate folder for css and sass ?
for example in font > fef.sublime-snippet
you can combine it

<snippet>
    <content><![CDATA[
font-effect: 
]]></content>
    <tabTrigger>fef</tabTrigger>
    <scope>source.css, source.scss, source.sass</scope>
    <description>font-effect</description>
</snippet>

i want to add stylus support and pull request
if you want i can migrate this 2 folder

first-child [fc] snippet not working

Hi, I'm trying to use this with selectors e.g. 'div:first-child' but it doesn't seem to be working.

I've tried typing 'divfc' / 'div+fc' then pressing tab but with no result... Please let me know how I should be using it. Many thanks in advance.

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.