Gonzalo Chumillas
2016-06-06 18:34:08 UTC
Is anyone using "less css" in a dart project? How can I specify relative
paths? For example:
@import 'my_file.less';
instead of
@import 'packages/my_app/path1/path2/path3/my_file.less';
Is it something that can be configured in the pubspec.yaml file? I tried
the "--relative-urls" directive with no luck. It is tedious to write
absolute paths again an again in all my files.
Thanks and sorry my basic English.
paths? For example:
@import 'my_file.less';
instead of
@import 'packages/my_app/path1/path2/path3/my_file.less';
Is it something that can be configured in the pubspec.yaml file? I tried
the "--relative-urls" directive with no luck. It is tedious to write
absolute paths again an again in all my files.
Thanks and sorry my basic English.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.