-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Milestone
Description
I think @include method should be implemented. Sometimes there is a need to include .css file contents in compiled file while there is no possibility to change included file's extension, here is an example situation:
let's assume a CSS project that has a submodule which refers to some remote repository (let's take normalize.css as an example)
.less file needs to @include normalize.css, while it's not possible to rename normalize.css to normalize.less locally as the possibility to pull submodule's remote normalize.css in future will be lost.
Hope that makes sense..