We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The styling or css build process has not ported over cleanly.
Classes like max-w-4xl and .mt-16 are not defined in our output css bundle, but are referenced in our html.
max-w-4xl
.mt-16
from this repo
current prod deployment
The text was updated successfully, but these errors were encountered:
fix: tailwind to check entire src tree for clases
d8636b2
check all of `src/**` for tailwind classes fixes: #6 License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
fix: tailwind to check entire src tree for clases (#7)
dcc5de1
check all of `src/**` for tailwind classes fixes: #6 License: MIT --------- Signed-off-by: Oli Evans <oli@protocol.ai>
3a9edda
check all of `src/**` for tailwind classes fixes: storacha/console#6 License: MIT --------- Signed-off-by: Oli Evans <oli@protocol.ai>
Successfully merging a pull request may close this issue.
The styling or css build process has not ported over cleanly.
Classes like
max-w-4xl
and.mt-16
are not defined in our output css bundle, but are referenced in our html.from this repo
![Screenshot 2023-10-23 at 14 56 31](https://private-user-images.githubusercontent.com/58871/277362839-ac4e0379-c324-4566-bdb2-23d547123de1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NjEzMzEsIm5iZiI6MTczOTY2MTAzMSwicGF0aCI6Ii81ODg3MS8yNzczNjI4MzktYWM0ZTAzNzktYzMyNC00NTY2LWJkYjItMjNkNTQ3MTIzZGUxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDIzMTAzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI1NWZmYzdjNmM0ZmFkOTgxOGYwMjZhZTI4OTFiMWQzMzNiZjFiMWIyZGM4ZTFmNDVhNGMxMWU4ZGU2MWMzMDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.1WkkyAtO8IXqoV-taLd5PFJgjmdW--lKGgHPo5hGrVg)
current prod deployment
![Screenshot 2023-10-23 at 14 56 39](https://private-user-images.githubusercontent.com/58871/277362876-8b1d3a4a-8316-42c5-899c-06f92aa87d9e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NjEzMzEsIm5iZiI6MTczOTY2MTAzMSwicGF0aCI6Ii81ODg3MS8yNzczNjI4NzYtOGIxZDNhNGEtODMxNi00MmM1LTg5OWMtMDZmOTJhYTg3ZDllLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDIzMTAzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgwNjY2NGI1ZjkzNTk3NGE5YzI2OTYyYjQ0MjE3ZGVlNGJkMzFlMzcwNTkwOTk0NjU2NTc2MjZmYmUwOTkyNDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.WHk6TQHj45gEpc_GAdkdgd1RuGZ_YpHt23AMVx_MdT8)
The text was updated successfully, but these errors were encountered: