BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
15.36k stars 1.92k forks source link

Need CSS / SASS support #2508

Closed johnroyer closed 3 years ago

johnroyer commented 3 years ago

Description:

I can not find any usage or CSS/SASS framework reference. This make me afraid to mis-used CSS classes.


Exceptect:

I expect there is a front-end framework document for development. Or maybe a simple instruction to describe the basic design of SASS / CSS.

Thanks

ssddanbrown commented 3 years ago

Hi @johnroyer,

What are you attempting to do? There is no common framework at play here, no document, and none of the classes used, outside of page-content styling, are deemed stable in any way.

I don't really want to have to document the css unless there's a significant use, it would be another thing to maintain and slow development.

johnroyer commented 3 years ago

I try to add a footer to show contact information or creative common license. I do not know if it is possible to break the layout while using wrong CSS classes.

ssddanbrown commented 3 years ago

Any use of classes may break since they're not officially supported.

If you're fine with making your own modifications to the code, you'd generally just need to follow the existing patterns/classes used.

ssddanbrown commented 3 years ago

Will therefore close this off.

bridgeyuwa commented 3 years ago

I tried building a theme today to customize my bookstack from a Laravel Admin & Dashboard Template and I got frustrated because of this issue.

:sweat: :sweat: :sweat: :cry: :cry: :cry: