This website works better with JavaScript.
Explore
Help
Sign In
github-forks
/
success
mirror of
https://github.com/excalidraw/excalidraw.git
Watch
1
Star
0
Fork
You've already forked success
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4eb9463f26
success
/
packages
/
excalidraw
/
components
/
TextInput.scss
8 lines
103 B
SCSS
Raw
Normal View
History
Unescape
Escape
build: Welcome ESM and Bye Bye UMD (#7441) * build: Welcome ESM and Bye Bye UMD * remove package * create unbundled esm build * update script for example * fix typo * dummy commit * update autorelease script to build esm * revert dummy commit * move react, react-dom and testing library to dev dependencies * remove entry.js, publicPath and yarn install:deps script * fix * upgrade esbuild to fix glob import error for locales * remove webpack chunk names as thats not needed anymore * marking the code sideeffects free * make the library tree-shakeable and move fonts to fonts directory * allow side effects for css, scss files * remove tree-shaking * comment code for tree shaking * move to vite for example * bye bye webpack * ignore ts * separate build and output dir * use esbuild for creating bundle for example * update output dir * lint * create browser dev build with source maps and prod with minification * add dev and prod builds for bundler * lint * update script * remove await * load prod build * create minified build in dist * prod and dev builds using export field * remove import.meta * dummy * define import.meta prod and dev * fix * export types * add types field * typo * lint * Update scripts/buildPackage.js * move types inside export * newline
1 year ago
@import
"
../css/variables.module.scss
"
;
Use open-color directly (#1371)
5 years ago
scope css under name space excalidraw (#1983)
5 years ago
.
excalidraw
{
.
TextInput
{
display
:
inline-block
;
Use open-color directly (#1371)
5 years ago
}
}