blob: f926cd03fdb573b9cd6d0b502d92dc6d2764b9a5 [file] [log] [blame]
(function() {
require("valid_import");
// foo
// foo (plain CSS)
// bar
// path to baz
// concatenated path
// single quotes
// no semicolon
// indented with tabs
// not indented
console.log('hello'); require('sandwiched.scss'); console.log('bye');
// require('commented_out.scss')
console.log(`require('inside_a_string.scss');`);
require("another_valid_import");
})();