mirror of
https://github.com/thangisme/notes.git
synced 2026-06-12 19:59:17 -04:00
Initial commit
This commit is contained in:
1
node_modules/postcss-less/dist/tokenizer/tokenize-inline-comment.min.js
generated
vendored
Normal file
1
node_modules/postcss-less/dist/tokenizer/tokenize-inline-comment.min.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";function tokenizeInlineComment(e){e.nextPos=e.css.indexOf("\n",e.pos+2)-1,e.nextPos===-2&&(e.nextPos=e.css.length-1),e.tokens.push(["comment",e.css.slice(e.pos,e.nextPos+1),e.line,e.pos-e.offset,e.line,e.nextPos-e.offset,"inline"]),e.pos=e.nextPos}Object.defineProperty(exports,"__esModule",{value:!0}),exports["default"]=tokenizeInlineComment,module.exports=exports["default"];
|
||||
Reference in New Issue
Block a user