Coder Social home page Coder Social logo

normalize.css from @necolas about compass-recipes HOT 2 CLOSED

moox avatar moox commented on June 14, 2024
normalize.css from @necolas

from compass-recipes.

Comments (2)

MoOx avatar MoOx commented on June 14, 2024

In my local working copy, I've try this:

$ git submodule add git://github.com/necolas/normalize.css.git stylesheets/normalize.css
$ ln -s stylesheets/normalize.css/normalize.css stylesheets/recipes/base/_normalize.scss
ln: stylesheets/recipes/base/_normalize.scss: No such file or directory

It seems I can use a symlink because I want a different name.
And if I use the name "normalize.css", I can use the sass @import which import the content of the file, not using a real css @import...
So I try this...

$ ln stylesheets/normalize.css/normalize.css stylesheets/recipes/base/_normalize.scss

Not sure the hard link is a good idea.

Does somebody have a better solution ? Or is this correct ?

from compass-recipes.

MoOx avatar MoOx commented on June 14, 2024

So I've done it whitout symlink and submodule.
I've take original normalize.css and cut it into multiple mixins.

from compass-recipes.

Related Issues (20)

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.