What is Milligram?
Milligram provides a minimal setup of styles for a fast and clean starting point. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code.
Milligram is a tool in the Front-End Frameworks category of a tech stack.
Milligram is an open source tool with 10.2K GitHub stars and 742 GitHub forks. Here’s a link to Milligram's open source repository on GitHub
Who uses Milligram?
Companies
4 companies reportedly use Milligram in their tech stacks, including Tam Development LLC., Gooroo, and SoundPump.net.
Developers
30 developers on StackShare have stated that they use Milligram.
Pros of Milligram
7
6
6
4
4
4
3
3
3
3
3
2
2
Decisions about Milligram
Here are some stack decisions, common use cases and reviews by companies and developers who chose Milligram in their tech stack.
Weverton Timoteo
CTO at SourceLevel · | 3 upvotes · 64.1K views
I find myself struggling trying to use a specific minified CSS file under node_modules
for Milligram in Phoenix Framework using Webpack. First I thought that I need to define a resolve
entry in my webpack.config.js
as described in css-loader
docs.
Then, I've discovered that I can simply use this Webpack notation in my manifest file (app.scss
):
@import '~milligram/dist/milligram.min';
As described in docs:
To import assets from a node_modules path (include resolve.modules) and for alias, prefix it with a ~
Note that if you have other Webpack loaders, it will expand your CSS file in development mode.
Milligram Alternatives & Comparisons
What are some alternatives to Milligram?
Micro
Micro is a framework for cloud native development.
Micro addresses the key requirements for building cloud native services. It leverages the microservices architecture pattern and provides a set of services which act as the building blocks
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
Node.js
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
HTML5
HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web. As of October 2014 this is the final and complete fifth revision of the HTML standard of the World Wide Web Consortium (W3C). The previous version, HTML 4, was standardised in 1997.