Nguyễn Minh Khôi
Nguyễn Minh Khôi
Hi, There are many times I saw the string should not be translated, such as date format, and city names. Is there any way we could bulk select items and...
Your dependencies are below: ``` "@fullhuman/postcss-purgecss": "^1.2.0", "autoprefixer": "^9.7.3", "cross-env": "^6.0.3", "laravel-mix": "^5.0.0", "postcss-import": "^12.0.1", "postcss-nested": "^4.2.1", "tailwindcss": "^1.1.4" ``` When running `npm run development`, you missed `browser-sync` package. Some...
This happens when trying to import large SQL. I copied a SQL file to docker mysql and run mysql import command. ``` # mysql -u root -p database-sandbox < database.sql...
Currently when you install a new site, there is 3 image sizes: - Thumbnail -150x150 cropped - Medium - 300px - Large - 1024px Actually based on responsive devices, we...