1474 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
2 results tagged modularity x
  • thumbnail
    BEM — Block Element Modifier

     Block Element Modifier is a methodology that helps you to create reusable components and code sharing in front-end development

    Easy

    To use BEM, you only need to employ BEM’s naming convention.

    Modular

    Independent blocks and CSS selectors make your code reusable and modular.

    Flexible

    Using BEM, methodologies and tools can be recomposed and configured the way you like.

    December 20, 2017 at 9:34:13 AM UTC * - permalink -
    QRCode
    - http://getbem.com/
    code-quality component css development front-end methodology modularity
  • Nesting Sass @imports by Trey Piepmeier on CodePen
    // main.scss
    .pony {
        @import 'sub';
        font-size: 100px;
    }
    
    // _sub.scss
    .chow {
        color: tomato;
    }

    Will compile to:

    .pony { font-size: 100px; }
    .pony .chow { color: tomato; }
    December 20, 2017 at 9:14:13 AM UTC - permalink -
    QRCode
    - https://codepen.io/trey/post/nesting-sass-includes
    include modularity sass
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation