Code Monkey home page Code Monkey logo

tiny-sass-compiler's People

Contributors

dependabot[bot] avatar wizardpisces 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

tiny-sass-compiler's Issues

how to avoid fs in a browser environment

I am using compile in a browser environment, but I am getting an error "_fs2. default. of is not a function". Is there a way to resolve this issue? I am using the Vue2 architecture for tiny sass compiler, which corresponds to version 0.12.2.

Fails with CSS comments

Love package, honestly really appreciate your work!

I noticed it throws an error when using comments, for example:

/* Class created by [x] */
.testClass {
  color: blue;
}

Am I doing something wrong or is handling comments just not a feature?

pseudo selectors compilation problem

Hello,
first thanks for the job!

Second, It seems there is a scss compilation problem for pseudo-classes:

.myClass{
    &:hover{
    color: red;
    }
}

should compile to:

.myClass:hover{
  color:red;
}

but it compiles to

.myClass :hover{
  color:red;
}

with a space between class and pseudo class
And the problem seems to be the same for all pseudo-classes. In fact, anything sticked to the pseudo-class is ignored (even real classes, like .example:hover compiles to :hover).

Am I mistaking something or is this a real issue?
Thanks!

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.