Giter Site home page Giter Site logo

Comments (3)

select avatar select commented on May 24, 2024

Ok I figured it out. I changed the file to

@sass ./entry.sass
@title Audius Living Style Guide


<div class="my-header">
  <h1>Audius Living Style Guide</h1>
</div>

<p class="livingstyleguide--paragraph">
  For coding related questions head over to the <a href="README.html">README</a>
  <br>
  So what is this Living Style Guide about? In this guide you can not only see how the HTML and CSS code works that makes the media player come to live, but since the guide is generated from the current SASS code it also adepts to changes in the style files.
</p>
@import ./_color.lsg
@import ./_icon.lsg
@import ./_vars.lsg
@import ./_input.lsg
@import ./_font.lsg

moved the scss code to ./entry.sass, renamed all .md to .lsg, and changed the commands from

\`\`\`
@colors
$color-blue

to

@colors {
$color-blue

from livingstyleguide.

hagenburger avatar hagenburger commented on May 24, 2024

Great!

In case you missed it, we’re already working on the next version:
https://livingstyleguide.org/Javascript-porting-LSG.html

from livingstyleguide.

select avatar select commented on May 24, 2024

Yeah man JS version sounds greeeeeaat! Keep up the good work. I started creating (living)styleguides for all my projects after I saw you talk at UpFront. Even if I do a project alone I love copy and pasting especially icons code (I use icomoon) and colors, makes my life just so much easier.

from livingstyleguide.

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.