Skip to main content
CSS-Tricks
  • Articles
  • Alamanac
  • Guides
  • Videos
  • Books
  • Newsletter
Search

Articles Tagged
modules

5 Articles
{
,

}
Direct link to the article Introducing Sass Modules
modules Sass

Introducing Sass Modules

Sass just launched a major new feature you might recognize from other languages: a module system. This is a big step forward for @import. one of the most-used Sass-features. While the current @import rule allows you to pull …

Avatar of Miriam Suzanne
Miriam Suzanne on Oct 7, 2019 (Updated on Oct 14, 2019)
Direct link to the article ECMAScript Modules in Browsers
es6 modules

ECMAScript Modules in Browsers

As Jake Archibald says, they are starting to land! The support landscape is already:

  • Safari 10.1.
  • Chrome Canary 60 – behind the Experimental Web Platform flag in chrome:flags.
  • Firefox 54 – behind the dom.moduleScripts.enabled setting in about:config.
  • Edge
…
Avatar of Robin Rendle
Robin Rendle on May 5, 2017
Direct link to the article ES6 modules support lands in browsers: is it time to rethink bundling?
http/2 JavaScript modules

ES6 modules support lands in browsers: is it time to rethink bundling?

Modules, as in, this kind of syntax right in JavaScript:

import { myCounter, someOtherThing } from 'utilities';

Which we’d normally use Webpack to bundle, but now is supported in Safari Technology Preview, Firefox Nightly (flag), and Edge.

It’s designed to …

Avatar of Chris Coyier
Chris Coyier on Apr 15, 2017
Direct link to the article Learning from Lego: A Step Forward in Modular Web Design
grid layout lego modules

Learning from Lego: A Step Forward in Modular Web Design

Samantha Zhang:

When web components are modular like Lego bricks down to the elements level, they become more versatile and easier to maintain. We believe it’s the next step to take in modular web design.

It’s a clever system: put …

Avatar of Chris Coyier
Chris Coyier on Dec 24, 2016
Direct link to the article Building Resizeable Components with Relative CSS Units
components em font-size modules relative sizing rem

Building Resizeable Components with Relative CSS Units

The following is a guest post by Ahmad Shadeed. Ahmad has put together a ton of examples to show off how using relative units can benefit us. I think a lot of us think of units like em as …

Avatar of Ahmad Shadeed
Ahmad Shadeed on Sep 9, 2016

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways hosting
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Write for us!
  • Advertise with us
  • Contact us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • X
Back to Top