Html.Attributes.style does not support setting custom properties. For e.g. the following won't work:
style "--alert-text-color" "#123456"re: [Asking for support][support]
| var PIXI = require('pixi.js') | |
| console.log(PIXI) |
When the directory structure of your Node.js application (not library!) has some depth, you end up with a lot of annoying relative paths in your require calls like:
const Article = require('../../../../app/models/article');Those suck for maintenance and they're ugly.
| // Place user-specific overrides in this file, to ensure they're preserved | |
| // when upgrading | |
| { | |
| "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"] | |
| } |